github.com/gotd/td/telegram.cdnPoolManager.conns (field)
11 uses
github.com/gotd/td/telegram (current package)
cdn_pool_manager.go#L56: conns map[int][]cachedCDNPool
cdn_pool_manager.go#L84: conns: map[int][]cachedCDNPool{},
cdn_pool_manager.go#L165: cached, ok := pickCDNPool(m.conns[dc], need)
cdn_pool_manager.go#L176: if existing, ok := pickCDNPool(m.conns[dc], need); ok {
cdn_pool_manager.go#L179: m.conns[dc] = append(m.conns[dc], cachedCDNPool{
cdn_pool_manager.go#L191: cdnConns := make([]CloseInvoker, 0, len(m.conns)+len(m.closeQueue)+len(m.closePending))
cdn_pool_manager.go#L202: for _, pools := range m.conns {
cdn_pool_manager.go#L213: m.conns = map[int][]cachedCDNPool{}
cdn_pool_manager.go#L304: stale := append([]cachedCDNPool(nil), m.conns[dcID]...)
cdn_pool_manager.go#L308: delete(m.conns, dcID)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |